Use the Script Editor

The Script Editor is used to edit JavaScript code, enabling you to write your own MIDI plug-ins. Plug-in creation is in real time, which means that you can change and test your plug-in functions immediately. You can define interface elements, such as sliders and menus, that are shown in the Scripter plug-in window and can create the underlying logic and functions addressed by these onscreen controls. Some examples of utilities you can create with the Scripter plug-in are a chord strummer, a legato processor for stringed instruments, a harp glissando generator, and an algorithmic composer.

Important: The version of JavaScript used by the Scripter plug-in is determined by the JavaScriptCore framework version installed on your system. To ensure the greatest level of compatibility, install the latest Software Updates.

See the Scripter API overview for Scripter API documentation and code examples.

Figure. Script Editor window.

Script Editor parameters

Create and store a Scripter plug-in

  1. Open the Scripter plug-in.

  2. Click the Open Script In Editor button.

  3. Type (or copy and paste existing) JavaScript code in the Code Editor.

  4. Click the Run Script button.

  5. Test your plug-in to verify it behaves as intended.

  6. Assuming no errors are shown in the Interactive Console, save the host document, setting, or patch containing the script.